/*
Sticky Footer?
*/

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
	width: 100%;
	text-align: center;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	border: solid 1px white;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h3 {
	font-weight:bold;
}

abbr,acronym { 
	border:0;
}
a {
	color: #171717;
}
body {
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	color: #171717;
	line-height: 18px;
}
#header {
	background-color: #171717;
	background-image: url(index.php?accelFile=theme|temp23/images/header_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 151px;
	
}
#header_content {
	width: 950px;
	height: 111px;
	margin: 0 auto;
	position: relative;
}
#header_content h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-weight: bold;
	color: #c00;
	padding-top: 20px;
	padding-bottom: 8px;
}
#header_content h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
#phone_content {
	position: absolute;
	height: 40px;
	width: 200px;
	top:15px;
	right: 5px;
	color: #ccc;
	text-align: right;
	text-transform: uppercase;
}
#nav {
	width: 929px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #4c4c4c;
	border-bottom: 0;
	background-image: url(index.php?accelFile=theme|temp23/images/nav_bg.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	padding-left: 19px;
}
#nav a:link, #nav a:visited {
	font-family: verdana;
	font-size: 13px;
	color: #cccccc;
	text-decoration: none;
	padding-right: 20px;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
	color: #ffffff;
}
#nav a.on {
	font-weight: bold;
	color: #c00;
}
#content {
	background-image: url(index.php?accelFile=theme|temp23/images/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#subnav {
	width: 930px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	background-color: #c7c7c7;
	padding-left: 20px;
}
#subnav a:link, #subnav a:visited {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	padding-right: 20px;
	text-decoration: none;
}
#subnav a.on, #subnav a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 910px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 20px;
}
#left {
	float: left;
	border-right: 1px solid #bebebe;
	width: 200px;
	margin-right: 20px;
	padding-right: 20px;
	color: #000000;
}

#left img {
	border: 1px solid #eee
}
#right {
	float: left;
	width: 669px;
	color: #3e3e3e;
}
#right img {
	padding: 8px;
}



.header {
	padding: 3px;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background-color: #c00;
	margin-bottom: 3px;
}

.smallNote {
 font-size: 11px;
 color: #999999;
 font-style: italic;
 }
 
.formLabel {
 background-color: #eee;
 }

.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 background-color: #ddd;
 color: #000;
 font-weight: bold;
 }

.contentListCell {
 background-color: #EEEEEE;
 color: #000000;
 }
.contentListCellAlt1 {
 background-color: #ddd;
 color: #000000;
 }
.contentListCellAlt2 {
 background-color: #fff;
 color: #000000;
 }
.alternate1 {
 background-color: #fff;
 color: #000000;
 }
.alternate2 {
 background-color: #eee;
 color: #000000;
 }
.alternate3 {
  background-color: #FFF;
  border:2px solid #ddd;
  color: #000000;
}
.loginStatusSpan {
  font-size: 10px;
  color: #333;
}
.loginStatusSpan a {
  color: #ddd;
  text-decoration: none;
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 1px solid #FF0000;
}
.as_errorInput {
  border: 1px solid #FF0000;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }